home *** CD-ROM | disk | FTP | other *** search
/ Nebula 1 / Nebula One.iso / Internet / WWW / httpd_1.5.export / README < prev    next >
Text File  |  1995-11-09  |  3KB  |  86 lines

  1.  
  2. NCSA HTTPd Server 1.5
  3.  
  4. Copyright (c) 1995 Board of Trustees, University of Illinois
  5.  
  6. The NCSA HTTPd Development Team   
  7. Software Development Group
  8. National Center for Supercomputing Applications
  9. University of Illinois at Urbana/Champaign
  10. httpd@ncsa.uiuc.edu
  11.  
  12. All documentation for NCSA HTTPd can be found on-line at
  13. http://hoohoo.ncsa.uiuc.edu/docs/
  14. In addition, various files in this distribution are commented in order
  15. to make porting and configuration easier.  If these files do not
  16. contain enough information, please consult the online documentation.
  17.  
  18. You should have received a COPYRIGHT file with this distribution.
  19. If you didn't, one is available at 
  20. http://hoohoo.ncsa.uiuc.edu/docs-1.5/Copyright.html
  21. Please note that the COPYRIGHT status of NCSA HTTPd 1.5 is different
  22. from previous versions.
  23.  
  24. We ask that the following message be included in all derived works:
  25.  
  26. Portions developed at the National Center for Supercomputing
  27. Applications at the University of Illinois at Urbana-Champaign.
  28.  
  29. THE UNIVERSITY OF ILLINOIS GIVES NO WARRANTY, EXPRESSED OR IMPLIED,
  30. FOR THE SOFTWARE AND/OR DOCUMENTATION PROVIDED, INCLUDING, WITHOUT
  31. LIMITATION, WARRANTY OF MERCHANTABILITY AND WARRANTY OF FITNESS FOR A
  32. PARTICULAR PURPOSE.
  33.  
  34. Parts of the code developed by the Apache HTTPd Group.
  35. As requested by the Apache Group:
  36.  
  37.  "Portions developed by the "Apache Group", taken with permission 
  38.   from the Apache Server   http://www.apache.org/apache/   "
  39.  
  40. Distribution Contents
  41. --------------------------------
  42. You should have received the following with this distribution:
  43.  
  44. BUGS        A list of known bugs with the server.  This will probably
  45.         be empty
  46. CHANGES        A list of changes between versions
  47. COPYRIGHT    The copyright which applies to this distribution
  48. CREDITS        A thank you list to all who have made NCSA HTTPd what it is
  49.         today
  50. README        this file
  51. Makefile    top level makefile
  52. cgi-bin/    directory containing example scripts and binaries of the CGI
  53. cgi-src/    directory containing source code example for CGI
  54. conf/        directory conatining example configuration files
  55. icons/        directory containing free icons and images, some used in the
  56.         example configuration
  57. src/        directory containing source code for the server
  58. support/    directory containing various related support programs
  59.  
  60. Files of note;
  61. src/config.h        Compile time configuration file
  62. src/portability.h    Compile time portability information
  63. cgi-bin/mail        Webmonitor mail script
  64. cgi-bin/nph-error.pl    Example ErrorDocument script
  65. cgi-src/imagemap.c    External imagemap C code
  66. support/dbm2std        Program to convert dbm auth files to std (text)
  67. support/dbmdigest    Program to make MD5 password files that use dbm
  68. support/dbmgroup    Program to make group files that use dbm
  69. support/dbmpasswd    Program to make password files that use dbm
  70. support/htdigest    Program to make MD5 password files (std/text)
  71. support/htpasswd    Program to make password files (std/text)
  72. support/std2dbm        Program to convert std files to dbm
  73.  
  74. Version Number Defined
  75. ---------------------------
  76. 1.5.1a
  77. | | ||
  78. | | | - Portability and typos.  ie, not anything special, but just to keep
  79. | | |   us honest
  80. | |  -- Bug fixes, minor features (as requested or provided)  Also security
  81. | |     fixes.
  82. |  ---- Major revisions.  Probably not going to be another until 2.0
  83.  ------ Really major revisions, code overhauls, goal changes, language
  84.         changes
  85.  
  86.